home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperModels in the Rainforest
/
SuperModels in the Rainforest.iso
/
rain.dxr
/
00024.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-13
|
166 b
|
13 lines
on exitFrame
if not soundBusy(2) or the mouseDown then
sound stop 2
go("LoadUp")
end if
go(the frame)
end
on keyDown
sound stop 2
go("LoadUp")
end